home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TKEYDEFINITION / TKEYDEFINITION.txt
Text File  |  1996-08-04  |  3KB  |  113 lines

  1. object KeyDefinition: TKeyDefinition
  2.   Left = 200
  3.   Top = 99
  4.   Width = 426
  5.   Height = 139
  6.   Caption = 'Key Macro Definition'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 124
  20.     Height = 13
  21.     Caption = 'Enter definition for this key'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 8
  30.     Top = 32
  31.     Width = 20
  32.     Height = 20
  33.     Hint = 'Edit command|'
  34.     Glyph.Data = {
  35.       78010000424D7801000000000000760000002800000020000000100000000100
  36.       04000000000000000000120B0000120B00000000000000000000000000000000
  37.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  38.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  39.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  40.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  41.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  42.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  43.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  44.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  45.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  46.       00333377737FFFFF7733333033000000033333373377777773330000}
  47.     NumGlyphs = 2
  48.     OnClick = SpeedButton1Click
  49.   end
  50.   object KeyDef: TEdit
  51.     Left = 32
  52.     Top = 32
  53.     Width = 377
  54.     Height = 24
  55.     Font.Color = clWindowText
  56.     Font.Height = -13
  57.     Font.Name = 'Courier New'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 0
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 112
  64.     Top = 72
  65.     Width = 77
  66.     Height = 27
  67.     Caption = 'OK'
  68.     Default = True
  69.     Font.Color = clWindowText
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 1
  74.     ParentFont = False
  75.     TabOrder = 1
  76.     OnClick = OKBtnClick
  77.     NumGlyphs = 2
  78.   end
  79.   object CancelBtn: TBitBtn
  80.     Left = 208
  81.     Top = 72
  82.     Width = 77
  83.     Height = 27
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ModalResult = 2
  91.     ParentFont = False
  92.     TabOrder = 2
  93.     OnClick = CancelBtnClick
  94.     NumGlyphs = 2
  95.   end
  96.   object KeyName: TEdit
  97.     Left = 144
  98.     Top = 8
  99.     Width = 209
  100.     Height = 17
  101.     BorderStyle = bsNone
  102.     Color = clBtnFace
  103.     Ctl3D = False
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsBold]
  108.     ParentCtl3D = False
  109.     ParentFont = False
  110.     TabOrder = 3
  111.   end
  112. end
  113.